home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00560_close s10.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  316 b   |  14 lines

  1. on mouseDown me
  2.   set the memberNum of sprite the spriteNum of me to 45
  3. end
  4.  
  5. on mouseUp me
  6.   set the movieRate of sprite 10 to 0
  7.   set the visible of sprite 9 to 0
  8.   set the visible of sprite 10 to 0
  9.   set the visible of sprite 6 to 0
  10.   repeat with x = 20 to 27
  11.     set the visible of sprite x to 0
  12.   end repeat
  13. end
  14.